type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryNumericToInt64Scanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L582: 			return scanPlanBinaryNumericToInt64Scanner{}
		numeric.go#L732: type scanPlanBinaryNumericToInt64Scanner struct{}
		numeric.go#L734: func (scanPlanBinaryNumericToInt64Scanner) Scan(src []byte, dst any) error {